projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d0c5fe
)
dm: core: fix member name in ofnode_union documentation
author
Baruch Siach
<
[email protected]
>
Thu, 9 Nov 2017 11:44:28 +0000
(13:44 +0200)
committer
Simon Glass
<
[email protected]
>
Fri, 17 Nov 2017 14:15:52 +0000
(07:15 -0700)
Fixes: 4984de2baaa ("dm: core: Add ofnode to represent device tree nodes")
Cc: Simon Glass <
[email protected]
>
Signed-off-by: Baruch Siach <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
include/dm/ofnode.h
patch
|
blob
|
history
diff --git
a/include/dm/ofnode.h
b/include/dm/ofnode.h
index 79374b8f91aa8030cb5f1d3ad595290a14c5f818..8b9932a569ce5a33a813f3bdb11ed2fc880c210b 100644
(file)
--- a/
include/dm/ofnode.h
+++ b/
include/dm/ofnode.h
@@
-45,7
+45,7
@@
struct resource;
* the DT.
*
* @np: Pointer to device node, used for live tree
- * @
flat_ptr
: Pointer into flat device tree, used for flat tree. Note that this
+ * @
of_offset
: Pointer into flat device tree, used for flat tree. Note that this
* is not a really a pointer to a node: it is an offset value. See above.
*/
typedef union ofnode_union {